

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;



/* ipeexteriores1.jpg/overflow-x: hidden;*/


} 

#inicio5 {
	background: url(../../../images/home/grey005.gif)repeat;
	width:100%;
	height:auto;
	margin:0px;
}

#inicio {
	background:url(../../../images/wall4.png) repeat;
	width:100%;
	height:auto;
	margin:0px;
}


#inicio2 {
	background:url(../../../images/wall4.png) repeat ;
	width:100%;
	height:auto;
	margin:0px;
}


#naranjo {
	background: url(../../../images/concreto/concreto.jpg)no-repeat fixed 100%  ;
	width:100%;
	margin:0px;

}


#naranjo1 {
	background: url(../../../images/concreto/concreto.jpg) no-repeat center ;
	width:100%;
	margin:0px;

}

#cyan{
	background: url(../../../images/home/squared_metal.png) repeat;
	margin:0px;

	
}

#amarillo{
	background: url(../../../images/home/ricepaper_v3.png) repeat;
	margin:0px;


}

#violeta {
	background: url(../../../images/home/mb.jpg)  no-repeat fixed 100%;
	margin:0px;

}

#rojo{
	background: url(../../../images/inoxidable/fondo_inoxidable.jpg) no-repeat ;
	width:100%;
	margin:0px;

}

#verde{
	background: url(../../../images/pernos/fondo_pernos.jpg) no-repeat ;
	width:100%;
	margin:0px;

}

#rosado{
	background: url(../../../images/home/texturas-cemento.jpg) repeat ;
	width:100%;
	margin:0px;

}

#techo{
	background: url(../../../images/home/metal3.jpg) no-repeat fixed;
	width:100%;
	margin:0px;
}


#inoxidable{
	background: url(../../../inoxidable/maxresdefault.jpg) no-repeat fixed 100%;
	margin:0px;	

}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

#transitionType {
	background:rgba(249,249,249,0.73);
	font: 15px;
	font-family: 'Lato', sans-serif;
	line-height: 20px;	
	color:#000000;
	padding:10px;
	width:500px;

}

#transitionType option fade {
	color:#F3CA3F;

}

/* #Basic Styles
================================================== */





/* #Typography
================================================== */


.subheader {
	color:#000000;
}


p {
	color:#000000;
	line-height:1.3em;
	font-weight:normal;
	padding-right: 30px;
	text-decoration:none;
	font-family:'Lato', sans-serif;
    text-align: justify;

}

p.last {
	margin-bottom:0;
}

p img {
	margin: 0;
}

ul li, ul li a {

	font-size:12px;
	text-decoration:none;
	line-height: 1.2;
	color:#000;

}

img.left {
	float:left;
	margin-bottom:20px;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-bottom:20px;
	margin-left:20px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color:#414558;
}

small {
	font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 14px;
	line-height: 24px;
	color: #cdcdcd;
	font-style: italic;
}

blockquote {
	margin: 0 0 0px;
	padding: 0;
	border-right: 1px solid #796172;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #cdcdcd;
}
blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #cdcdcd;
}

hr {
	border:solid #ddd;
	border-width:1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

/* Text Selection */

::selection {
	background:#000000;
	color: #000000; /* Safari */
	
}

::-webkit-selection {
	background: #000000;
	color: #000000; /* Firefox */

}

::-moz-selection {
	background: #000000;
	color: #000000; /* Firefox */
}

/* #Links
================================================== */

p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width:100%;
	height: auto;
}

/* #Tabs (activate in tabs.js)
================================================== */

/* #Forms
================================================== */

/* General Forms */

fieldset {
	margin-bottom: 10px;
}

label, legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

input[type="checkbox"] {
	display: inline;
}

label span, legend span {
	font-weight:normal;
	font-size: 13px;
	color: #444;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	outline: none;
	overflow: hidden;
	font-family:'Lato', sans-serif;
	color:#000000;
	margin:0;
	width:250px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background:#eee;
	font-size:12px;
}


input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border:1px solid #bbb;
	color:#555;
}

textarea {
	min-height:80px;
}

select  {
	color:#000000;

	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-family: 'Lato', sans-serif;
	font-size:22px;
	cursor: pointer;
	position:relative;
	display: block;

}

select .auto  {
	background:#ffffff;
	color:#000000;
	font-weight:bold;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
	font-family: 'Lato', sans-serif;
	font-size:22px;
	cursor: pointer;
	position:relative;
	width:35;
	display: block;

}

.n  {
	
	background:#F48406;
	color:#FFFFFF;


}

.a {
	background:#1652DD;
	color:#FFFFFF;

}

.v {
	background:#916DDD;
	color:#FFFFFF;
	
}

.t {
	background:#F3CA3F url(../../../m2/ico_ta.png) no-repeat;
	color:#FFFFFF;
	
}

.nar{
	background:#F48406;
	color:#FFFFFF;
	display: block;
	font-family: 'Lato', sans-serif;
	cursor:pointer;


}
.am {
	color:#FFFFFF;
	display: block;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
	background:#F3CA3F;

}

.as {
	background:#1652DD;
	color:#FFFFFF;
	display:block;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
	
}

.ve {
	background:#10A017;
	color:#FFFFFF;
	display: block;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
	
}

.vi {
	background:#916DDD;
	color:#FFFFFF;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
	
}

.ro {
	background:#F10C0F;
	color:#FFFFFF;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
	
}

.ce {
	background:#43D9F1;
	color:#FFFFFF;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
	
}

.ra {
	background:#F57EF5;
	color:#FFFFFF;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
	
}

.gr {
	background:#737272;
	color:#FFFFFF;
	font-family: 'Lato', sans-serif;
	cursor:pointer;
	
	
}
/* Header Responsive Menu Form Style */



/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.left {
	float:left;
}
.right {
	float:right;
}

/*video
================================================== */

.video {
	width:100%;


}

#vm {
	width:30%;
	margin-top:-16%;
	float:left;
	margin-left:820px;
	position:relative;
	z-index:3;
	overflow:hidden;
	background:#F3CA3F;
	border:solid 3px #F3CA3F;
	
	
}


